<< STELA propagation model Flight dynamics Usage and conventions >>

CelestLab >> - Introduction - > Flight dynamics > Two Line Elements

Two Line Elements

Two-Line Elements in CelestLab

Quick overview of Two Line Elements

Two Line Elements are widely used to describe orbiting objects, either operational satellites, or pieces of debris. They contain the objet's orbit plus additional information such as the object's international designator or the NORAD catalog number. The orbit can be propagated, that is computed at other dates than the date in the TLE by using the SGP4/SDP4 model.

The orbit described by a TLE is not very accurate due in particular to the limited number of digits used to describe the orbital elements. However, TLEs can be very useful because they can be easily found on the internet. One source of information is for example the Celestrak website where TLEs for various objects as well as a thorough description of the TLE format are available.

Celestlab include many features for the processing of Two-Line Elements. Here are some of them:

CelestLab's representation of a TLE

The original TLE (2-line string) is represented in CelestLab as a Scilab structure. The fields of the structure are listed and briefly described hereafter:

NameDescriptionUnits
satnumSatellite number (NORAD catalog number)
classifClassification
intldsgInternational designator
ephtypeEphemeris type
elnumElement number
epoch_cjdEpoch (CJD time scale, UTC)
revnumRevolution number at epoch (revs)
eccEccentricity-
incInclinationrad
argpArgument of perigeerad
raanRight ascension of the ascending noderad
maMean anomalyrad
nMean motionrad/s
ndotFirst time derivative of the mean motionrad/s^2
nddotSecond time derivative of the mean motionrad/s^3
bstarBSTAR drag termEarth radii^-1
descString describing the TLE or ""
statusValidity status of TLE (0 = OK)

Note that the "desc" and "status" fields are not present in the original TLE.

References

1) The SGP4 propagator implemented in CelestLab is based on the code by D.A. Vallado, available on the Celestrak page

.


Report an issue
<< STELA propagation model Flight dynamics Usage and conventions >>